ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPArray<T> Class
Properties Methods


In This Topic
    ImGearXMPArray<T> Class Members
    In This Topic

    The following tables list the members exposed by ImGearXMPArray<T>.

    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the ImGearXMPArray<T> class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements actually contained in the ImGearXMPArray<T>.  
    Public PropertyGets a value indicating whether the object of ImGearXMPArray<T> is readonly.  
    Public Property Gets or sets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the ImGearXMPArray<T>.  
    Public MethodRemoves all elements from the ImGearXMPArray<T>.  
    Public MethodDetermines whether an element is in the ImGearXMPArray<T>.  
    Public MethodCopies the entire ImGearXMPArray<T> to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodReturns an enumerator that iterates through the ImGearXMPArray<T>.  
    Public MethodSearches for the specified item and returns the zero-based index of the first occurrence within ImGearXMPArray<T>.  
    Public MethodInserts an element into the ImGearXMPArray<T> at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the ImGearXMPArray<T>.  
    Public MethodRemoves the element at the specified index of the ImGearXMPArray<T>.  
    Public MethodReturns a System.String that represents the current ImGearXMPArray<T>.  
    Top
    See Also